home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / irc / Log2Html.lha / Log2Html / Log2Html.readme < prev   
Text File  |  1999-02-21  |  3KB  |  100 lines

  1. Short:    v0.92 AmIrc log to Html converter
  2. Author:   krzynio@fan.com (Krzysztof Koziarek)
  3. Uploader: krzynio@fan.com (Krzysztof Koziarek)
  4. Type:     comm/irc
  5. Requires: Kickstart 2.0+
  6. Replaces: comm/irc/Log2Html.lha
  7.  
  8. -----------------------------------------------------------------------------
  9.  
  10. Log2Html 0.92 (21.02.99)
  11. Author: Krzysztof Koziarek - krzynio@fan.com
  12.  
  13. This program is made for all webmasters (and esp. me:) who need simple, but
  14. powerful AmIrc to Html log converter.
  15.  
  16. Log2Html is written in portable C (well, almost :)).
  17.  
  18. Program has been tested with Enforcer. No hits detected.
  19.  
  20. -----------------------------------------------------------------------------
  21.  
  22. And now the syntax...
  23.  
  24. Log2Html FILE/A, KIND/A, MSGS/A, BG1, BG2, COL1, COL2, COLM, BRA/S
  25.  
  26. where:
  27.  
  28. FILE/A - irc log file to convert... Log2Html will add .html to this name.
  29.  
  30. KIND/A - type of log:   n - normal
  31.                         c - chat/query
  32.          Determines the type of log.
  33.  
  34. MSGS/A - in this version: a - all
  35.                           n - none (messages will be skipped)
  36.                           b - only "bracket" texts.
  37.          Determines server/client messages converting.
  38.  
  39. BG1    - background of 1st column (nick):
  40.  
  41.          #xxxxxx or #blue #red or img/back.gif or 0 when background is default.
  42.  
  43.          if first character of BG1 is '#' Log2Html write <TD BGCOLOR="...."> tag
  44.          otherwise it will write <TD BACKGROUND=".....">.
  45.  
  46. BG2    - background of 2nd column, see BG1.
  47.  
  48. COL1   - colour of normal texts
  49.  
  50. COL2   - colour of own text in chat mode or action msgs (/me) in normal mode
  51.  
  52. COLM   - colour of server/client messages.
  53.  
  54. BRA/S  - set it when your log is "bracketed".
  55.  
  56.  
  57. YOU MUST WRITE BG1, BG2 (eg .0) PARAMETERS IN COMMAND LINE IF YOU WANT TO SET
  58. TEXT COLORS!
  59.  
  60. -----------------------------------------------------------------------------
  61.  
  62. Example of so called "bracketed" log (courtesy of OscarR) :
  63.  
  64. [00:05:50] «Bîâd»    #amigapl Cannot send to channel
  65. [00:06:02] -->    Doîâczyîeô sië do kanaîu #amigapl.
  66. [00:06:02] «Temat»    Tematem kanaîu #amigapl jest Sprawdz czy i Twoj monitor
  67.                      jest zgodny z rokiem 2000
  68.  
  69. I think it's clear now what is "bracketed" log.
  70.  
  71. -----------------------------------------------------------------------------
  72.  
  73. example usage:
  74.  
  75. log2html ram:ch_amisia n a #FFFFFF img/back.jpg red blue black
  76.  
  77. will convert file 'ram:ch_amisia' to 'ram:ch_amisia.html' with normal
  78. mode and all messages. Nick column background will be white ('#FFFFFF') and
  79. background of second column will be taken from 'img/back.jpg' file.
  80. Normal texts will be red, '/me' messages will be blue, and server
  81. messages will be black.
  82.  
  83. -----------------------------------------------------------------------------
  84.  
  85. I am sorry for my poor english :(
  86.  
  87. Any sugestions / bug reports please send to krzynio@fan.com
  88.  
  89. -----------------------------------------------------------------------------
  90.  
  91. History:
  92.  
  93. - 0.9   (14.02.99)  -  first release
  94.  
  95. - 0.91  (17.02.99)  -  internal version - "locale" bug reported by Andrea Favini
  96.  
  97. - 0.92  (21.02.99)  -  second release with new features: "bracketed" log
  98.                        converting - thanks to OscarR. Also included script
  99.                        for easy converting (too :) many files.
  100.